Skip to content

Commit bb57d52

Browse files
dependabot[bot]jirihnidek
authored andcommitted
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 2c00c7e commit bb57d52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ jobs:
6262
run: tito build --test --rpm --verbose --debug -o ./rpm_build --no-cleanup
6363

6464
- name: Store source RPM as artifact
65-
uses: actions/upload-artifact@v6
65+
uses: actions/upload-artifact@v7
6666
with:
6767
name: Source RPM
6868
path: ./rpm_build/*.rpm
6969

7070
- name: Store binary RPMs as artifacts
71-
uses: actions/upload-artifact@v6
71+
uses: actions/upload-artifact@v7
7272
with:
7373
name: Binary RPMs
7474
# TODO: replace x86_64 with result of 'uname -m'

0 commit comments

Comments
 (0)