Skip to content

Commit

Permalink
Merge pull request #26 from inloco/update-upload-download-action
Browse files Browse the repository at this point in the history
Update actions/upload-artifact and actions/downloaf-artifact to v4
  • Loading branch information
almirmcunhajr authored Nov 6, 2024
2 parents 48a94fc + 26e8a64 commit 6cc9e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Make
run: make continuous-integration
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}
path: plugin
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
kernel: linux
steps:
- name: Download ${{ matrix.os.name }} Artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: ${{ matrix.os.name }}
- name: Upload ${{ matrix.os.name }} Release Asset
Expand Down

0 comments on commit 6cc9e35

Please sign in to comment.