Skip to content

Commit 44d25a6

Browse files
ci: update actions/upload-artifact to v4
The release workflow failed because actions/upload-artifact@v1 doesn't work anymore. https://github.com/Byron/dua-cli/actions/runs/11649383977/job/32436848048 ``` Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v1`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/ ```
1 parent f5cb1ce commit 44d25a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: echo "${{ env.ARTIFACT_VERSION }}" > artifacts/release-version
5454

5555
- name: Upload artifacts
56-
uses: actions/upload-artifact@v1
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: artifacts
5959
path: artifacts

0 commit comments

Comments
 (0)