Skip to content

Commit afa519e

Browse files
Update GitHub Artifact Actions (#315)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 194df5e commit afa519e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
target: ~/NetCord/html
8383

8484
- name: Upload Build Artifacts
85-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
85+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8686
with:
8787
name: Build Artifacts
8888
path: |
@@ -93,7 +93,7 @@ jobs:
9393
Hosting/NetCord.Hosting.AspNetCore/bin/Release
9494
9595
- name: Upload Documentation Artifacts
96-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
96+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9797
with:
9898
name: Documentation Artifacts
9999
path: Documentation/_site

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
npm run build
6767
6868
- name: Upload Build Artifacts
69-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
69+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7070
with:
7171
name: Build Artifacts
7272
path: |
@@ -77,7 +77,7 @@ jobs:
7777
Hosting/NetCord.Hosting.AspNetCore/bin/Release
7878
7979
- name: Upload Documentation Artifacts
80-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
80+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8181
with:
8282
name: Documentation Artifacts
8383
path: Documentation/_site

.github/workflows/documentation-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
>> "${GITHUB_OUTPUT}"
4040
4141
- name: Download Documentation
42-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
42+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
4343
with:
4444
name: Documentation Artifacts
4545
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)