Skip to content

Commit a130160

Browse files
authored
Merge pull request #1538 from geany/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 5 to 7
2 parents 5df17b4 + 34f81ed commit a130160

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
bash start_build.sh --log-to-stdout --mingw64 --geany-plugins --geany-plugins-source "${{ github.workspace }}"
305305
306306
- name: Archive Geany-Plugins Installer
307-
uses: actions/upload-artifact@v5
307+
uses: actions/upload-artifact@v7
308308
with:
309309
name: geany-plugins-installer-ci-${{ env.SHORT_SHA }}-pr${{ env.GITHUB_PULL_REQUEST_OR_REF }}
310310
retention-days: 30

.github/workflows/windows-msys2-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
python build/msys2-geany-plugins-release.py ${VERSION}
7979
- name: Upload Unsigned Artifact
8080
id: upload-unsigned-artifact
81-
uses: actions/upload-artifact@v5
81+
uses: actions/upload-artifact@v7
8282
with:
8383
name: geany-plugins-unsigned
8484
path: geany_build/*.exe

0 commit comments

Comments
 (0)