Skip to content

Commit

Permalink
Upgrade to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbyrnes committed Feb 16, 2024
1 parent ab027ee commit 8f1fe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Zip up dictionary
run: cd template/objects && zip -r9 websters-1913.dictionary.zip "Webster's Unabridged Dictionary (1913).dictionary"
- name: Upload dictionary archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dictionary
path: template/objects/websters-1913.dictionary.zip
Expand Down

0 comments on commit 8f1fe40

Please sign in to comment.