Skip to content

Commit

Permalink
build(deps-dev): bump actions/download-artifact and actions/upload-ar…
Browse files Browse the repository at this point in the history
…tifact from 3 to 4 (#612)

Ensure the artifact is uploaded using a compatible version of
`actions/upload-artifact` and `actions/download-artifact`. For more
information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
  • Loading branch information
derevnjuk authored Nov 15, 2024
1 parent 1b9d794 commit 2af8de7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
tag: ${{ github.ref }}
file_glob: true

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build
path: |
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
ref: ${{ env.TARGET_REF }}
token: ${{ secrets.GPR_TOKEN }}

- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: build

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
ref: ${{ env.TARGET_REF }}
token: ${{ secrets.GPR_TOKEN }}

- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: build

Expand Down

0 comments on commit 2af8de7

Please sign in to comment.