Skip to content

Commit

Permalink
Merge pull request #29 from Tarmil/dependabot/github_actions/dot-gith…
Browse files Browse the repository at this point in the history
…ub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
  • Loading branch information
Tarmil authored Oct 16, 2024
2 parents 4c5148b + 4d17bb7 commit aadc5a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v1

- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.100'
dotnet-version: '6.0.300'

- name: NuGet cache
uses: actions/cache@v1
Expand Down Expand Up @@ -50,7 +51,7 @@ jobs:
shell: pwsh

- name: Upload nupkg
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4.4.0
with:
name: nuget
path: bin/nuget
Expand All @@ -72,10 +73,10 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.100'
dotnet-version: '6.0.300'

- name: Download nupkg
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: nuget

Expand All @@ -96,7 +97,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.100'
dotnet-version: '6.0.300'

- name: Prepare
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.100'
dotnet-version: '6.0.300'

- name: Download nupkg
uses: dawidd6/action-download-artifact@v2
Expand Down

0 comments on commit aadc5a3

Please sign in to comment.