Skip to content

Commit

Permalink
🚀 gha: bump actions/upload-artifact from 3 to 4 (#718)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jürgen Mülbert <jmuelbert@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and jmuelbert authored Dec 26, 2023
1 parent 7deb006 commit d042152
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
dotnet build -p:Configuration=Release --no-restore -p:version=${{ steps.gitversion.outputs.semVer }}
- name: "📤 Upload artifact: Application"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: DotnetSolution
path: ${{runner.workspace}}/dist
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
}}-source-all.7z

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: source-files
path: ./anniversary-reminder-${{ steps.get_version.outputs.VERSION
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
path: dist

- name: Upload Artifact to Pre-Release
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Pre-Release Solution
path: dist
Expand All @@ -259,7 +259,7 @@ jobs:
path: dist/

- name: Collect Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nuget-packages
path: "**/*.nupkg"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MSIX Package
path: ${{ env.Wap_Project_Directory }}\AppPackages
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Upload MegaLinter artifacts
- name: "Archive production artifacts"
if: ${{ success() }} || ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MegaLinter reports
path: |
Expand Down

0 comments on commit d042152

Please sign in to comment.