Skip to content

Commit 96e5b2c

Browse files
chore(deps): update actions/upload-artifact digest to b4b15b8 (#209)
2 parents 2bcadcc + 2d62303 commit 96e5b2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-development.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: rojo build ./default.project.json --output place.rbxlx
5252

5353
- name: Upload place
54-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
54+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
5555
with:
5656
name: place
5757
path: place.rbxlx

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: rojo build ./build.project.json --output place.rbxlx
5555

5656
- name: Upload place
57-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
57+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
5858
with:
5959
name: place
6060
path: place.rbxlx

0 commit comments

Comments
 (0)