Skip to content

Commit 1183841

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

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@v4
45+
uses: actions/upload-artifact@v5
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@v4
92+
uses: actions/upload-artifact@v5
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@v4
128+
uses: actions/upload-artifact@v5
129129
with:
130130
name: ${{ env.DEB_FILENAME }}
131131
path: |

0 commit comments

Comments
 (0)