Skip to content

Commit

Permalink
Revert "Bump actions/download-artifact from 3 to 4" (#271)
Browse files Browse the repository at this point in the history
* Revert "Bump actions/download-artifact from 3 to 4 (#266)"

This reverts commit 336004b.

* [Auto] Bump version

* Revert "[Auto] Bump version"

This reverts commit 87185b5.

---------

Co-authored-by: ShootingKing-AM <[email protected]>
  • Loading branch information
ShootingKing-AM and ShootingKing-AM authored Dec 24, 2023
1 parent 57f642f commit 14e60af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
with:
ref: ${{ needs.prepare_release.outputs.release_ref }}

- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: ${{ env.PROJECT_NAME }}-Server-Release # depends on line 118 Above (Upload Build Output job's with.name)
path: ./build_artifacts/
Expand Down

0 comments on commit 14e60af

Please sign in to comment.