Skip to content

Commit

Permalink
Bump actions/upload-artifact and actions/download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Jan 16, 2025
1 parent 739fe99 commit cd7e831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build
run: dotnet publish src/*.sln -c Release -f ${{ matrix.framework }}
- name: Upload net core
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.framework }}
path: ./${{ env.PLUGIN_NAME }}.${{ matrix.framework }}.zip
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Artifact (net6.0)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: net6.0
- uses: meeDamian/[email protected]
Expand Down

0 comments on commit cd7e831

Please sign in to comment.