Skip to content

Commit 7244a08

Browse files
build(deps): bump the github-actions group with 2 updates (#375)
1 parent 3e419b6 commit 7244a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- if: matrix.os == 'linux' && matrix.arch == 'amd64'
3939
run: mkdir ./out && ./${{ steps.values.outputs.binary-name }} build --index --disable-minification --target-dir ./out
4040
- if: matrix.os == 'linux' && matrix.arch == 'amd64'
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v5
4242
with:
4343
name: error-pages-static
4444
path: out/
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
needs: [build]
6262
steps:
63-
- uses: actions/download-artifact@v5
63+
- uses: actions/download-artifact@v6
6464
with:
6565
name: error-pages-static
6666
path: .artifact

0 commit comments

Comments
 (0)