Skip to content

Commit

Permalink
Update publishBranchToSteam.yml
Browse files Browse the repository at this point in the history
upload-artifact & download-artifact version update
  • Loading branch information
Bob-Murphy authored Oct 8, 2024
1 parent 0a37c52 commit cbc189b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishBranchToSteam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: '.\tools\Builder\buildAddons.ps1 -WorkshopID ${{secrets.WORKSHOPID}}'

- name: Upload build addon artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: A3A
path: build\A3A
Expand All @@ -31,7 +31,7 @@ jobs:
needs: [build]
steps:
- name: Download addon artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: A3A
path: A3A
Expand Down

0 comments on commit cbc189b

Please sign in to comment.