Skip to content

Commit

Permalink
Use actions/upload-artifact@v3 instead of `actions/upload-artifact@…
Browse files Browse the repository at this point in the history
…master` (#117)
  • Loading branch information
misl6 authored Sep 28, 2024
1 parent edbabb0 commit 8d91986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_glew_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
. .\ci\windows_ci.ps1
Create-Packages
- name: Upload wheels as artifact
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: glew_wheels
path: dist
Expand Down

0 comments on commit 8d91986

Please sign in to comment.