Skip to content

Commit

Permalink
chore: updated upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Sep 4, 2024
1 parent faddc77 commit 778e4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
working-directory: './src/AIHub'

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: .net-app
path: ${{env.DOTNET_ROOT}}/myapp
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
labels: ${{ steps.meta-fsiplugin.outputs.labels }}

- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.AIHUB_ARTIFACT_NAME }}
path: |
Expand Down

0 comments on commit 778e4d4

Please sign in to comment.