Skip to content

Commit 854a85c

Browse files
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f0e8961 commit 854a85c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-upload-artifacts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ jobs:
7878
id: upload-tagged-release-artifact
7979
# Only triggered by version tags that start with 'v'
8080
if: startsWith(github.ref, 'refs/tags/v') && startsWith(github.event.release.tag_name, 'v')
81-
uses: actions/upload-artifact@v6
81+
uses: actions/upload-artifact@v7
8282
with:
8383
# Artifact is stored and downloaded as .zip archive
8484
name: openfairdb_${{ github.event.release.tag_name }}_${{ matrix.target }}${{ matrix.executable_suffix }}
8585
path: target/${{ matrix.target }}/production/openfairdb${{ matrix.executable_suffix }}
8686

8787
- name: Upload untagged artifact
8888
if: steps.upload-tagged-release-artifact.outcome == 'skipped'
89-
uses: actions/upload-artifact@v6
89+
uses: actions/upload-artifact@v7
9090
with:
9191
# Artifact is stored and downloaded as .zip archive
9292
name: openfairdb_${{ github.sha }}_${{ matrix.target }}${{ matrix.executable_suffix }}

0 commit comments

Comments
 (0)