Skip to content

Commit 5e4b783

Browse files
authored
update actions (#7769)
1 parent 206ffc3 commit 5e4b783

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-linux-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: scripts/ci/package_builds.sh;
2626
id: createpackage
2727
- name: Update Release
28-
uses: IsaacShelton/update-existing-release@v1.3.2
28+
uses: IsaacShelton/update-existing-release@v1.3.3
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
tag: nightly

.github/workflows/manual-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: scripts/ci/package_builds.sh ${{ github.event.inputs.release }};
2929
id: createpackage
3030
- name: Update Release
31-
uses: IsaacShelton/update-existing-release@v1.3.2
31+
uses: IsaacShelton/update-existing-release@v1.3.3
3232
with:
3333
token: ${{ secrets.GITHUB_TOKEN }}
3434
tag: ${{ github.event.inputs.release }}

0 commit comments

Comments
 (0)