We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ed6c5 commit 9d3e766Copy full SHA for 9d3e766
1 file changed
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
make -j2 htmldir="$GITHUB_WORKSPACE"/stgit-html install-html
59
- name: Upload HTML Docs
60
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
61
with:
62
name: html-doc
63
path: ${{ github.workspace }}/stgit-html
@@ -93,7 +93,7 @@ jobs:
93
94
make packages
95
- name: Upload Packages
96
97
98
name: stgit-packages
99
path: target/pkg/*
@@ -252,7 +252,7 @@ jobs:
252
253
make -C contrib/wix
254
- name: Upload MSI Package
255
256
257
name: stgit-msi-package
258
path: contrib/wix/stgit-*.msi
0 commit comments