Skip to content

Commit

Permalink
actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyoko-Jeremie committed Oct 18, 2024
1 parent 45c211f commit cf5700a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
yarn run build:gm
- name: Upload Mod Zip
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: enchanted_restraints
path: ${{ github.workspace }}/dist/zip/enchanted_restraints.zip

- name: Upload GreasemonkeyScript
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: GreasemonkeyScript_enchanted_restraints
path: ${{ github.workspace }}/dist/GreasemonkeyScript_enchanted_restraints.user.js

0 comments on commit cf5700a

Please sign in to comment.