Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 16, 2023
1 parent 038f812 commit 3c7d1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:
verbose: true

- name: Upload output artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: output_${{ inputs.platform }}
path: __output

- name: Upload package artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages_${{ inputs.platform }}
path: __packages

0 comments on commit 3c7d1da

Please sign in to comment.