Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 8f7711b commit afdd63a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
--overrides-file $GITHUB_WORKSPACE/extension/overrides.prod.json
- name: Publish Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}/drop/*
name: drop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
docker push "ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME:$GITVERSION_MAJOR"
- name: Publish Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}/drop/*
name: drop
Expand Down

0 comments on commit afdd63a

Please sign in to comment.