Skip to content

Commit

Permalink
downgrade workflow to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Apr 16, 2024
1 parent e5c0923 commit d6ca071
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
with:
dotnet-version: 8.0.x

- name: Set VERSION variable from tag (for normal commits)
- name: Set VERSION variable from tag
shell: bash
if: ${{ !contains(github.ref, 'refs/tags') }}
run: echo "VERSION=0.0.0" >> $GITHUB_ENV

- name: Publish for Linux x64
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Upload Linux x64 build
if: matrix.os == 'ubuntu-latest'
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
name: "Refresher for Linux x64"
path: "Refresher/bin/Release/net8.0/linux-x64/publish/"
Expand All @@ -50,7 +50,7 @@ jobs:

- name: Upload Windows x64 build
if: matrix.os == 'windows-latest'
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
name: "Refresher for Windows x64"
path: "Refresher/bin/Release/net8.0-windows/win-x64/publish/"
Expand All @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3.0.2
with:
github-token: ${{secrets.GITHUB_TOKEN}}
merge-multiple: true
Expand Down

0 comments on commit d6ca071

Please sign in to comment.