Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/slate-client-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
sha256sum slate-linux.tar.gz > slate-linux.sha256

- name: Persist built binary and hash
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: slate-linux-artifacts
path: |-
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
shasum -b -a 256 ${{ env.FILE_NAME }}.tar.gz > ${{ env.FILE_NAME }}.sha256

- name: Persist built binary and hash
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: ${{ env.FILE_NAME }}-artifacts
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-props.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
echo "releaseVersion=${{ env.RELEASE_VERSION }}" >> workflow.properties

- name: Upload Workflow Properties
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: shared-workflow-props
path: ./workflow.properties
Expand Down