Skip to content

Commit

Permalink
GitHub Actions: bump actions/download-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ruimaciel committed Nov 12, 2023
1 parent 2583974 commit 6766e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v3
with:
name: build
path: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v3
with:
name: release-build
path: ./build
Expand Down

0 comments on commit 6766e5b

Please sign in to comment.