File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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/*
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 : |
You can’t perform that action at this time.
0 commit comments