Skip to content

Commit

Permalink
Merge pull request #948 from containers/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
saschagrunert authored Nov 17, 2022
2 parents 48f06a2 + 271f7bf commit 8cb1da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: docker pull ghcr.io/cross-rs/${{matrix.target}}:main
- name: Build for ${{matrix.target}}
run: cross build -v --target ${{matrix.target}}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: lib
path: lib-*.tar.gz
Expand All @@ -76,7 +76,7 @@ jobs:
run: |
sudo make build-bin-release-static
sudo chown -R $(id -u):$(id -g) ~/.cargo target
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: server
path: target/x86_64-unknown-linux-musl/release/server
Expand Down

0 comments on commit 8cb1da3

Please sign in to comment.