Skip to content

Commit 6799817

Browse files
owenjonesAlex-Welsh
authored andcommitted
Bumped upload-artifact action to v7
v7 of upload-artifact now supports uploading single file (unzipped) artifacts - the Github UI appears to have changed to reflect this and is now treating the `pulp-repo-versions.yml` artifact as a yaml file even though it's actually a zip file bumping the action to v7 and just uploading the yaml file seems like the best option here
1 parent ba6cfe4 commit 6799817

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/package-update-kayobe.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ jobs:
6161
# For now, just create an artifact that the user can download.
6262
- name: Upload pulp-repo-versions.yml artifact
6363
if: ${{ steps.git-diff.outputs.changed == 'true' }}
64-
uses: actions/upload-artifact@v6
64+
uses: actions/upload-artifact@v7
6565
with:
6666
name: pulp-repo-versions.yml
6767
path: stackhpc-kayobe-config/etc/kayobe/pulp-repo-versions.yml
68+
archive: false
6869
retention-days: 1

0 commit comments

Comments
 (0)