Skip to content

Commit

Permalink
Sync upload-artifact version
Browse files Browse the repository at this point in the history
download-artifact requires this matching major version.
  • Loading branch information
tautschnig committed Dec 14, 2023
1 parent 463c1e0 commit 86879e8
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
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
with:
name: ${{ env.PKG }}
path: ${{ env.PKG }}
Expand Down

0 comments on commit 86879e8

Please sign in to comment.