Skip to content

Commit d34f01e

Browse files
authored
Bump versions of actions/upload-artifact and actions/download-artifact
1 parent 844b269 commit d34f01e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
sed -i "s/version=.*-SNAPSHOT$/version=$version/1" gradle.properties
6363
./gradlew clean build -x test
6464
- name: Archive plugin-comment-widget jar
65-
uses: actions/upload-artifact@v2
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: plugin-comment-widget
6868
path: |
@@ -75,7 +75,7 @@ jobs:
7575
if: github.event_name == 'release'
7676
steps:
7777
- name: Download plugin-comment-widget jar
78-
uses: actions/download-artifact@v2
78+
uses: actions/download-artifact@v4
7979
with:
8080
name: plugin-comment-widget
8181
path: build/libs
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
submodules: true
125125
- name: Download plugin-comment-widget jar
126-
uses: actions/download-artifact@v2
126+
uses: actions/download-artifact@v4
127127
with:
128128
name: plugin-comment-widget
129129
path: build/libs

0 commit comments

Comments
 (0)