Skip to content

Commit 2f1b2a9

Browse files
dependabot[bot]dundargoc
authored andcommitted
ci: 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] <[email protected]>
1 parent cc6ff69 commit 2f1b2a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ jobs:
7777
run: ./scripts/genappimage.sh ${APPIMAGE_TAG}
7878
- run: cpack --config build/CPackConfig.cmake
7979

80-
- uses: actions/upload-artifact@v4
80+
- uses: actions/upload-artifact@v5
8181
with:
8282
name: appimage
8383
path: |
8484
build/bin/nvim-linux-x86_64.appimage
8585
build/bin/nvim-linux-x86_64.appimage.zsync
8686
retention-days: 1
8787

88-
- uses: actions/upload-artifact@v4
88+
- uses: actions/upload-artifact@v5
8989
with:
9090
name: nvim-linux64
9191
path: |

0 commit comments

Comments
 (0)