Skip to content

Commit 4e67bff

Browse files
authored
Merge pull request #511 from theimpossibleastronaut/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents 9952a46 + 307e723 commit 4e67bff

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

0 commit comments

Comments
 (0)