Skip to content

Commit

Permalink
Merge pull request #218 from henriquegemignani/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
henriquegemignani authored Dec 19, 2023
2 parents 8e49406 + ae18304 commit e83263b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
7z a -mx=7 -myx=7 dread_editor_${{ matrix.name }}.7z dread_editor
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Dread Editor ${{ matrix.name }}
if-no-files-found: error
Expand Down

0 comments on commit e83263b

Please sign in to comment.