Skip to content

Commit

Permalink
Bump actions/upload-artifact from 1.0.0 to 4.4.x
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1.0.0 to 4.4.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v1.0.0...v4.4.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ChristianTackeGSI committed Oct 25, 2024
1 parent e3bb8bf commit 1fbf7b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
docker run --rm -v $PWD:/cpy lustre_exporter:binary
sudo chown -R $USER:$GROUP build
- name: Upload binary
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.4
if: startsWith(github.ref, 'refs/tags/v')
with:
name: lustre-exporter Binary ${{ github.ref_name }}
Expand All @@ -48,7 +48,7 @@ jobs:
docker run --rm -v $PWD:/rpm lustre_exporter:rpm
sudo chown -R $USER:$GROUP build
- name: Upload RPM
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.4
if: startsWith(github.ref, 'refs/tags/v')
with:
name: lustre-exporter RPM ${{ github.ref_name }}
Expand Down

0 comments on commit 1fbf7b6

Please sign in to comment.