Skip to content

Commit

Permalink
revert(deps-dev): bump actions/download-artifact from 3 to 4.1.7 in /…
Browse files Browse the repository at this point in the history
….github/workflows in the github_actions group across 1 directory (#594)

Reverts commit c3ed441
  • Loading branch information
derevnjuk committed Nov 15, 2024
1 parent 43e3cbc commit 557bd5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
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@v3
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@v3
with:
name: build

Expand Down

0 comments on commit 557bd5d

Please sign in to comment.