Skip to content

Commit

Permalink
Merge pull request #5505 from oasisprotocol/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/upload-artifact-4

ci: bump actions/upload-artifact from 3 to 4
  • Loading branch information
ptrus committed Jun 2, 2024
2 parents e90ac53 + a4b059b commit bdade84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
OASIS_NODE_MAKE_PATH: go/oasis-node/oasis-node
OASIS_NODE_GORELEASER_PATH: dist/oasis-node_linux_amd64/oasis-node
- name: Upload checksums
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oasis-node-SHA256SUMs-build${{ matrix.build_number }}
path: oasis-node-SHA256SUMs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
make release-build
- name: Upload release artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oasis-core-dev-release
path: dist/*.tar.gz

0 comments on commit bdade84

Please sign in to comment.