Skip to content

Commit 9fa13c2

Browse files
Merge pull request #297 from ipfs/upload-artifact-v4
chore: update upload-artifact action to v4
2 parents 625e97f + 72a2002 commit 9fa13c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
mv go-ds-s3-plugin/go-ds-s3-plugin.tar.gz "$NAME"
4343
echo "ARTIFACT_NAME=$NAME" >> "$GITHUB_ENV"
4444
- name: Archive artifacts
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: ${{ env.ARTIFACT_NAME }}
4848
path: go-ds-s3-plugin_*.tar.gz
@@ -76,7 +76,7 @@ jobs:
7676
echo PLUGIN_ARTIFACT=go-ds-s3-plugin_${RELEASE}_${GOHOSTOS}_amd64.tar.gz >> "$GITHUB_ENV"
7777
- name: Download artifact
7878
id: download
79-
uses: actions/download-artifact@v3
79+
uses: actions/download-artifact@v4
8080
with:
8181
name: ${{ env.PLUGIN_ARTIFACT }}
8282
- name: Download unpack Kubo
@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
- name: Download artifacts
104104
id: download
105-
uses: actions/download-artifact@v3
105+
uses: actions/download-artifact@v4
106106
- name: Extract release name from tag
107107
run: |
108108
RELEASE=$(basename ${{ github.ref_name }})

0 commit comments

Comments
 (0)