Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4 (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent c938aff commit 5042529
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/AutoPack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
fi
- name: 📦 Upload IAGenerated Zip
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: IAGenerated
path: IAGenerated.zip

- name: 📦 Upload Item Models
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Item-Models
path: Resourcepack/item-models.yml
Expand All @@ -74,7 +74,7 @@ jobs:
ref: pack

- name: ☁️ DownloadArtifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: IAGenerated

Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:

steps:
- name: ☁️ DownloadArtifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ./

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI_Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
path: ./

- name: ☁️ DownloadArtifact Optimized Pack
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Optimized pack
path: ./
Expand Down

0 comments on commit 5042529

Please sign in to comment.