Skip to content

Commit 98e414a

Browse files
Update GitHub Artifact Actions (major) (#3)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d15f7fe commit 98e414a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
fi
8989
9090
- name: Upload artifact
91-
uses: actions/upload-artifact@v4
91+
uses: actions/upload-artifact@v7
9292
with:
9393
name: release-${{ matrix.target }}
9494
path: ctt-cli-*
@@ -101,7 +101,7 @@ jobs:
101101
contents: write
102102
steps:
103103
- name: Download artifacts
104-
uses: actions/download-artifact@v4
104+
uses: actions/download-artifact@v8
105105
with:
106106
pattern: release-*
107107
merge-multiple: true

0 commit comments

Comments
 (0)