Skip to content

Commit 9d3e766

Browse files
committed
ci: update to upload-artifact@v4
1 parent c7ed6c5 commit 9d3e766

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
make -j2 htmldir="$GITHUB_WORKSPACE"/stgit-html install-html
5959
- name: Upload HTML Docs
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: html-doc
6363
path: ${{ github.workspace }}/stgit-html
@@ -93,7 +93,7 @@ jobs:
9393
run: |
9494
make packages
9595
- name: Upload Packages
96-
uses: actions/upload-artifact@v3
96+
uses: actions/upload-artifact@v4
9797
with:
9898
name: stgit-packages
9999
path: target/pkg/*
@@ -252,7 +252,7 @@ jobs:
252252
run: |
253253
make -C contrib/wix
254254
- name: Upload MSI Package
255-
uses: actions/upload-artifact@v3
255+
uses: actions/upload-artifact@v4
256256
with:
257257
name: stgit-msi-package
258258
path: contrib/wix/stgit-*.msi

0 commit comments

Comments
 (0)