Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kzorin52 authored Jan 26, 2024
1 parent f6a2077 commit 0debd08
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
- beta
- nightly
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- name: Cache cargo & target directories
uses: Swatinem/rust-cache@v2
uses: Swatinem/rust-cache@v2.7.3
- name: Configure Git
run: |
git config --global user.email "jdoe@example.com"
Expand Down Expand Up @@ -109,7 +109,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.3.0
with:
name: NistP256-${{ matrix.platform.os_name }}
path: "NistP256-*"
Expand All @@ -126,5 +126,4 @@ jobs:
with:
draft: true
files: "NistP256-*"
body_path: Changes.md
if: matrix.toolchain == 'stable' && startsWith( github.ref, 'refs/tags/v' )

0 comments on commit 0debd08

Please sign in to comment.