Skip to content

Commit

Permalink
Update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sundermann committed Mar 10, 2025
1 parent 93db6aa commit 2da7093
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
find ./release
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hyperhdr-build
path: ${{ github.workspace }}/hyperhdr-repo/release/*
Expand All @@ -126,7 +126,7 @@ jobs:
with:
submodules: recursive

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: hyperhdr-build
path: hyperhdr-build
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
- run: npm run gen-manifest

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hyperhdr-ipk
path: |
Expand Down

0 comments on commit 2da7093

Please sign in to comment.