Skip to content

Commit

Permalink
SKALED-1870 Use upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalit committed Oct 21, 2024
1 parent 77457f1 commit 59a5b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
for C in $(docker ps -aq); do docker logs $C>$C.log; done || true
if: ${{ always() }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ always() }}
continue-on-error: true
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
bash ./scripts/build_and_publish.sh
- name: Upload skaled binary as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: skaled-${{ inputs.node_type }}
Expand Down

0 comments on commit 59a5b1c

Please sign in to comment.