Skip to content

Commit

Permalink
Bump upload-artifact as well
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Sep 3, 2024
1 parent 0d6a0e8 commit 28099da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-bundle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:
echo "PKG=${{ inputs.os }}-kani-verifier.crate" >> $GITHUB_ENV
- name: Upload bundle
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: ${{ env.BUNDLE }}
path: ${{ env.BUNDLE }}
Expand All @@ -74,7 +74,7 @@ runs:
retention-days: 3

- name: Upload kani-verifier pkg
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: ${{ env.PKG }}
path: ${{ env.PKG }}
Expand Down

0 comments on commit 28099da

Please sign in to comment.