Skip to content

Commit

Permalink
bump versions for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
manojkarthick committed May 27, 2023
1 parent a0396e5 commit 590c7d0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
VERSION: ${{ steps.vars.outputs.VERSION }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Version
id: vars
Expand All @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

# Configure the Rust toolchain
- name: Install Rust toolchain
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

# Upload archive
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
retention-days: 1
name: artifacts
Expand All @@ -89,7 +89,7 @@ jobs:
- name: JReleaser output
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: jreleaser-output-${{ matrix.job.target }}
path: |
Expand All @@ -102,12 +102,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v31`

- name: Release
uses: jreleaser/release-action@v2
Expand All @@ -121,7 +121,7 @@ jobs:

- name: JReleaser output
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: output-release-logs
path: |
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 590c7d0

Please sign in to comment.