Skip to content

Commit

Permalink
Merge pull request #1172 from diadoc/patch-actions
Browse files Browse the repository at this point in the history
Update actions.yml
  • Loading branch information
DmitriyNovikov89 authored Dec 11, 2024
2 parents 735458e + 76dbf2c commit 5f95922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cake-version: 1.3.0

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: |
Expand All @@ -55,7 +55,7 @@ jobs:
dotnet-version: 6.x

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: packages

Expand Down

0 comments on commit 5f95922

Please sign in to comment.