Skip to content

Commit

Permalink
Update depricated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dkonar committed Feb 3, 2025
1 parent 5d4b7fe commit 9f82c9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/submit-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ jobs:
id: extract-version

- name: Download macOS artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: macos
path: artifacts/macos

- name: Download Windows artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: windows
path: artifacts/windows

- name: Download Linux artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: linux
path: artifacts/linux
Expand Down

0 comments on commit 9f82c9f

Please sign in to comment.