Skip to content

Commit ecf8115

Browse files
chore(deps): update actions/upload-artifact action to v4.3.1
1 parent a3e265f commit ecf8115

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev-jekyll-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
JEKYLL_ENV: production
3636
- name: Upload artifact
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
3838
with:
3939
name: blog
4040
path: _site

.github/workflows/prd-jekyll-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
JEKYLL_ENV: production
3939
- name: Upload artifact
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
4141
with:
4242
name: blog
4343
path: _site

0 commit comments

Comments
 (0)