Skip to content

Commit

Permalink
Update GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2024
1 parent 9a6f117 commit 50f04c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
working-directory: ${{ matrix.id }}
env:
OUTPUT: ${{ matrix.id }}-${{ matrix.version }}.mrpack
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.id }}
path: ${{ matrix.id }}/${{ matrix.id }}-${{ matrix.version }}.mrpack
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Download modpacks
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ../modpacks
- name: Create build folder
Expand Down

0 comments on commit 50f04c0

Please sign in to comment.