Skip to content

Commit

Permalink
Merge pull request #47 from lip6/dependabot/github_actions/actions/up…
Browse files Browse the repository at this point in the history
…load-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
yanntm authored Dec 19, 2023
2 parents 8884955 + 05ab89d commit 95df79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: package zip
run: C:\msys64\usr\bin\bash -lc "PATH+=:/mingw64/bin ; cd /D/a/libITS/libITS/LTL ; strip -s src/its-ltl.exe ; cp src/its-ltl.exe ../site/ ; "
- name: Upload Artifacts 🔺 # The project is then uploaded as an artifact named 'site'.
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: site
path: site/
Expand Down

0 comments on commit 95df79f

Please sign in to comment.