Skip to content

Commit

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

Reverts commit 2af8de7
  • Loading branch information
derevnjuk committed Nov 15, 2024
1 parent de1c5c3 commit 43e3cbc
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@v4
- uses: actions/upload-artifact@v3
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
- uses: actions/download-artifact@v4.1.7
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
- uses: actions/download-artifact@v4.1.7
with:
name: build

Expand Down

0 comments on commit 43e3cbc

Please sign in to comment.