Skip to content

Commit

Permalink
ci: replace some more actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jan 31, 2024
1 parent 5f9d6e6 commit d20b84d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
mkdir -p ./pr
echo ${{ github.event.number }} > ./pr/NR
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist
path: spog/ui/dist/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pr
path: pr/
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
run: cp -pv target/${{ matrix.rustTarget }}/release/trust${{ matrix.exe }} target/release/trust-${{ matrix.target }}${{ matrix.exe }}

- name: Upload binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: trust-binary-${{ matrix.target }}
path: target/release/trust-${{ matrix.target }}${{ matrix.exe }}
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
run: |
convco changelog -s --max-majors=1 --max-minors=1 --max-patches=1 > /tmp/changelog.md
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: ~/download

Expand Down

0 comments on commit d20b84d

Please sign in to comment.