We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15f7fe commit 98e414aCopy full SHA for 98e414a
1 file changed
.github/workflows/publish.yml
@@ -88,7 +88,7 @@ jobs:
88
fi
89
90
- name: Upload artifact
91
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
92
with:
93
name: release-${{ matrix.target }}
94
path: ctt-cli-*
@@ -101,7 +101,7 @@ jobs:
101
contents: write
102
steps:
103
- name: Download artifacts
104
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v8
105
106
pattern: release-*
107
merge-multiple: true
0 commit comments