Skip to content

Commit

Permalink
Merge pull request #1092 from thunderstore-io/artifact-v4
Browse files Browse the repository at this point in the history
Update artifact@v3 to artifact@v4
  • Loading branch information
MythicManiac authored Feb 12, 2025
2 parents d4ab954 + 89a2f20 commit eda0cbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Export Docker image
run: docker save --output /tmp/thunderstore.tar thunderstore:${GITHUB_SHA}
- name: Upload Docker image
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docker-image
path: /tmp/thunderstore.tar
Expand All @@ -84,7 +84,7 @@ jobs:
with:
submodules: false
- name: Download Docker image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docker-image
path: /tmp
Expand All @@ -108,7 +108,7 @@ jobs:
with:
submodules: false
- name: Download Docker image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docker-image
path: /tmp
Expand All @@ -132,7 +132,7 @@ jobs:
with:
submodules: false
- name: Download Docker image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docker-image
path: /tmp
Expand Down

0 comments on commit eda0cbf

Please sign in to comment.