Skip to content

Commit

Permalink
ci: update to upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgrayson committed Jan 28, 2024
1 parent c7ed6c5 commit 9d3e766
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
make -j2 htmldir="$GITHUB_WORKSPACE"/stgit-html install-html
- name: Upload HTML Docs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: html-doc
path: ${{ github.workspace }}/stgit-html
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
run: |
make packages
- name: Upload Packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: stgit-packages
path: target/pkg/*
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
run: |
make -C contrib/wix
- name: Upload MSI Package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: stgit-msi-package
path: contrib/wix/stgit-*.msi
Expand Down

0 comments on commit 9d3e766

Please sign in to comment.