Skip to content

Commit d0eeaf7

Browse files
build(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...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 6a78b31 commit d0eeaf7

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
xz "$REL_TAR"
4343
sha256sum "$REL_TAR.xz" > "$REL_TAR.xz.sha256sum"
4444
- name: Upload Artifacts
45-
uses: actions/upload-artifact@v5
45+
uses: actions/upload-artifact@v6
4646
with:
4747
name: rmw_dist_archive
4848
path: ${{ github.workspace }}/builddir/meson-dist/*
@@ -89,7 +89,7 @@ jobs:
8989
sha256sum "$IMAGE_FILENAME" > "$IMAGE_FILENAME.sha256sum"
9090
9191
- name: Upload AppImage
92-
uses: actions/upload-artifact@v5
92+
uses: actions/upload-artifact@v6
9393
with:
9494
name: ${{ env.IMAGE_FILENAME }}
9595
path: ./out/*
@@ -125,7 +125,7 @@ jobs:
125125
sha256sum "$DEB_FILENAME" > "../$DEB_FILENAME.sha256sum"
126126
127127
- name: Upload Artifacts
128-
uses: actions/upload-artifact@v5
128+
uses: actions/upload-artifact@v6
129129
with:
130130
name: ${{ env.DEB_FILENAME }}
131131
path: |

0 commit comments

Comments
 (0)