Skip to content

Commit

Permalink
Release script version churn
Browse files Browse the repository at this point in the history
  • Loading branch information
agersant committed Sep 29, 2024
1 parent f625c57 commit 5d03b79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Write Upload URL To Disk
run: echo "${{ steps.create_release.outputs.upload_url }}" > upload-url
- name: Store Upload URL
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: release
path: upload-url
Expand All @@ -83,7 +83,7 @@ jobs:
version-number: ${{ github.event.inputs.versionNumber }}
output-file: polaris.msi
- name: Retrieve Upload URL
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: release
- name: Read Upload URL
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
version-number: ${{ github.event.inputs.versionNumber }}
output-file: polaris.tar.gz
- name: Retrieve Upload URL
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: release
- name: Read Upload URL
Expand Down

0 comments on commit 5d03b79

Please sign in to comment.