Skip to content

Commit

Permalink
ci(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@6546280...0b2256b)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 9e01b98 commit 4ae2e65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:

#- name: Upload Stryker output artefacts
# if: ${{ matrix.os == 'ubuntu-latest' }}
# uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
# uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
# with:
# name: 'Stryker output artefacts'
# path: ${{ github.workspace }}/StrykerOutput/
Expand All @@ -228,7 +228,7 @@ jobs:
# run: dotnet publish -c Release --verbosity normal -o ./publish/

# - name: Archive publish results
# uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
# uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
# with:
# name: Verifiable.Benchmarks
# path: ./publish/*
Expand All @@ -237,7 +237,7 @@ jobs:
# run: dotnet "./publish/Verifiable.Benchmarks.dll" -f "Verifiable.Benchmarks.*"

# - name: Upload benchmark results
# uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
# uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
# with:
# name: Benchmark_Results
# path: ./BenchmarkDotNet.Artifacts/results/*
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:

# - name: Upload PR build information artefact
# if: ${{ matrix.os == 'ubuntu-latest' && github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
# uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
# uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
# with:
# name: 'Test Run'
# path: ${{ github.workspace }}/${{ env.file_name }}
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
- name: Upload Verifiable Nuget packages
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
with:
name: nupkg
path: |
Expand Down

0 comments on commit 4ae2e65

Please sign in to comment.