Skip to content

Commit

Permalink
Updated download artifacts to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
misternebula committed Oct 11, 2024
1 parent 78f39b5 commit b5c9158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: owml-nuget
- name: publish
Expand All @@ -91,7 +91,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: owml-zip
- name: create release
Expand Down

0 comments on commit b5c9158

Please sign in to comment.