Skip to content

Commit 17b5a86

Browse files
dependabot[bot]suiseriff
authored andcommitted
chore(deps): bump the github-actions group with 2 updates (Kludex#2748)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d32e65 commit 17b5a86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
run: scripts/build
2727

2828
- name: Upload package distributions
29-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
29+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3030
with:
3131
name: package-distributions
3232
path: dist/
3333

3434
- name: Upload documentation
35-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
35+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3636
with:
3737
name: documentation
3838
path: site/
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Download artifacts
54-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
54+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
5555
with:
5656
name: package-distributions
5757
path: dist/
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7171
- name: Download artifacts
72-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
72+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7373
with:
7474
name: documentation
7575
path: site/
@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
104104
- name: Download artifacts
105-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
105+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
106106
with:
107107
name: documentation
108108
path: site/

0 commit comments

Comments
 (0)