Skip to content

Commit ef9b07e

Browse files
Bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d07d0e5 commit ef9b07e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,14 @@ jobs:
237237
echo "DEB_FILE=nsed-orchestrator_${VERSION}_${ARCH}.deb" >> "$GITHUB_ENV"
238238
239239
- name: Upload tarball artifact
240-
uses: actions/upload-artifact@v4
240+
uses: actions/upload-artifact@v6
241241
with:
242242
name: binary-${{ matrix.target }}
243243
path: ${{ env.ARCHIVE }}
244244

245245
- name: Upload .deb artifact
246246
if: matrix.deb_arch != ''
247-
uses: actions/upload-artifact@v4
247+
uses: actions/upload-artifact@v6
248248
with:
249249
name: deb-${{ matrix.deb_arch }}
250250
path: ${{ env.DEB_FILE }}
@@ -255,7 +255,7 @@ jobs:
255255
echo "${{ steps.sha.outputs.sha256 }}" > "${{ matrix.target }}.sha256"
256256
257257
- name: Upload SHA256 file
258-
uses: actions/upload-artifact@v4
258+
uses: actions/upload-artifact@v6
259259
with:
260260
name: sha256-file-${{ matrix.target }}
261261
path: ${{ matrix.target }}.sha256

0 commit comments

Comments
 (0)