Skip to content

Commit

Permalink
update upload and download artefacts actions together
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Jan 11, 2024
1 parent 156dfc1 commit 494fc0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run build script for compiled languages
run: "./build.sh"
- name: Upload built binaries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{matrix.lang}}
path: ${{matrix.lang}}/vault
Expand All @@ -62,7 +62,7 @@ jobs:
aws-region: eu-west-1
- uses: actions/checkout@v4
- name: Download reports' artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: bin
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 494fc0c

Please sign in to comment.