Skip to content

Commit 8409240

Browse files
authored
Merge pull request #16 from 4ever2/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 3b27608 + c75a012 commit 8409240

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-ij1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Prepare artifact
2828
run: mkdir staging && cp ij1plugin/target/*.jar staging
2929
- name: Upload artifact
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
with:
3232
name: Package
3333
path: staging/*.jar

.github/workflows/build-ij2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Prepare artifact
2828
run: mkdir staging && cp ij2plugin/target/*.jar staging
2929
- name: Upload artifact
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
with:
3232
name: Package
3333
path: staging/*.jar

0 commit comments

Comments
 (0)