Skip to content

Commit

Permalink
Revert "Bump actions/download-artifact from 3 to 4 (#5392)"
Browse files Browse the repository at this point in the history
This reverts commit 80686eb.
  • Loading branch information
filipelautert committed Jan 3, 2024
1 parent 538992a commit 6e7d13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha || github.event.after}}
# this includes all the tar files included in the previous runs. So in the next step we deploy what was previously build
- name: Download Artifacts for build.yml
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: temp-artifact

Expand Down

0 comments on commit 6e7d13f

Please sign in to comment.