Skip to content

Commit

Permalink
update deprecated upload artifact action (#176)
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Gramer <[email protected]>
  • Loading branch information
vgramer authored Sep 19, 2024
1 parent 3a88a1e commit 2979558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_and_pulbish_plugin_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
./gradlew :plugin:publishPlugin
- name: Upload artifact
uses: actions/upload-artifact@v2.2.2
uses: actions/upload-artifact@v4
with:
name: plugin-artifact
path: ./plugin/build/distributions/*.zip
Expand All @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
id: download
with:
name: plugin-artifact
Expand Down

0 comments on commit 2979558

Please sign in to comment.