Skip to content

Commit

Permalink
Update all actions to their latest major version
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Mar 16, 2024
1 parent 3b64627 commit a4b34af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
( startsWith( github.ref, 'refs/tags/v' ) ||
github.ref == 'refs/tags/test-release' )
- name: Publish release artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: precious-${{ matrix.platform.os_name }}
path: "precious-*"
Expand All @@ -175,7 +175,7 @@ jobs:
( startsWith( github.ref, 'refs/tags/v' ) ||
github.ref == 'refs/tags/test-release' )
- name: Publish GitHub release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
draft: true
files: "precious-*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
components: rustfmt
- name: Run cargo check
run: cargo install --path . --locked
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
- name: Run install-dev-tools.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a4b34af

Please sign in to comment.