Skip to content

Commit 425f743

Browse files
dependabot[bot]david-waltermire
authored andcommitted
Bump actions/upload-artifact from 4.4.2 to 4.4.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@8448086...b4b15b8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 278a808 commit 425f743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
run: |
108108
zip ${{ runner.temp }}/website.zip -r target/staging
109109
- name: Upload generated site
110-
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
110+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
111111
with:
112112
name: website
113113
path: |
@@ -126,7 +126,7 @@ jobs:
126126
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
127127
continue-on-error: true
128128
- name: Upload link check report
129-
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
129+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
130130
with:
131131
name: html-link-report
132132
path: html-link-report.md

0 commit comments

Comments
 (0)