Skip to content

Commit 29233ec

Browse files
chore(deps): update github artifact actions
1 parent 534c38d commit 29233ec

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/deploy/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
using: composite
3333
steps:
3434
- name: Download place artifact
35-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
35+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
3636
with:
3737
name: place
3838

.github/workflows/release-development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: rojo build ./default.project.json --output place.rbxl
3737

3838
- name: Upload place
39-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
39+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4040
with:
4141
if-no-files-found: error
4242
name: place

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: rojo build ./build.project.json --output place.rbxl
4141

4242
- name: Upload place
43-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
43+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4444
with:
4545
if-no-files-found: error
4646
name: place
@@ -85,7 +85,7 @@ jobs:
8585
github_token: ${{ secrets.GITHUB_TOKEN }}
8686

8787
- name: Download place artifact
88-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
88+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
8989
with:
9090
name: place
9191

0 commit comments

Comments
 (0)