Skip to content

Commit

Permalink
Bump versions of actions/upload-artifact and actions/download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnNiang authored Sep 19, 2024
1 parent 844b269 commit d34f01e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
sed -i "s/version=.*-SNAPSHOT$/version=$version/1" gradle.properties
./gradlew clean build -x test
- name: Archive plugin-comment-widget jar
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin-comment-widget
path: |
Expand All @@ -75,7 +75,7 @@ jobs:
if: github.event_name == 'release'
steps:
- name: Download plugin-comment-widget jar
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: plugin-comment-widget
path: build/libs
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
with:
submodules: true
- name: Download plugin-comment-widget jar
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: plugin-comment-widget
path: build/libs
Expand Down

0 comments on commit d34f01e

Please sign in to comment.