Skip to content

Commit

Permalink
Merge pull request #2 from OnlyFart/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
OnlyFart authored Sep 8, 2024
2 parents 1b9d68e + 621ad62 commit 4f14e00
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,39 +78,39 @@ jobs:

- name: download-artifact-ubuntu
if: ${{ steps.last_release.outputs.tag_name != steps.get-version.outputs.version }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: EbookConverter-ubuntu-latest
path: ${{ github.workspace }}/linux
- name: download-artifact-ubuntu-portable
if: ${{ steps.last_release.outputs.tag_name != steps.get-version.outputs.version }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: EbookConverter-ubuntu-latest-portable
path: ${{ github.workspace }}/linux-portable

- name: download-artifact-windows
if: ${{ steps.last_release.outputs.tag_name != steps.get-version.outputs.version }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: EbookConverter-windows-latest
path: ${{ github.workspace }}/windows
- name: download-artifact-windows-portable
if: ${{ steps.last_release.outputs.tag_name != steps.get-version.outputs.version }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: EbookConverter-windows-latest-portable
path: ${{ github.workspace }}/windows-portable

- name: download-artifact-macos
if: ${{ steps.last_release.outputs.tag_name != steps.get-version.outputs.version }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: EbookConverter-macos-latest
path: ${{ github.workspace }}/macos
- name: download-artifact-macos-portable
if: ${{ steps.last_release.outputs.tag_name != steps.get-version.outputs.version }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: EbookConverter-macos-latest-portable
path: ${{ github.workspace }}/macos-portable
Expand Down

0 comments on commit 4f14e00

Please sign in to comment.