Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 20, 2024
1 parent 42df164 commit ada71f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
shell: alpine.sh {0}

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ runner.arch }}
path: /home/runner/packages
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: /home/runner/artifacts

Expand Down

0 comments on commit ada71f3

Please sign in to comment.