Skip to content

Commit

Permalink
upload-artifact v4.3.6 reverts the buggy change
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Aug 6, 2024
1 parent 4bc0505 commit 90b5339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pkg-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
with:
pkg: ${{ inputs.pkg }}

- uses: pkgxdev/brewkit/upload-build-artifact@revert-upload
- uses: pkgxdev/brewkit/upload-build-artifact@v1

test:
name: test ${{inputs.tinyname}} ${{ matrix.container || ''}} ${{ matrix.container || '' }} ${{ join(matrix.os, '+') }}
Expand All @@ -109,7 +109,7 @@ jobs:
steps:
- uses: pkgxdev/setup@fix-archlinux
- uses: actions/checkout@v4
- uses: pkgxdev/brewkit/download-build-artifact@revert-upload
- uses: pkgxdev/brewkit/download-build-artifact@v1
with:
pkg: ${{ inputs.pkg }}
- uses: pkgxdev/brewkit/test@v1
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}

- uses: pkgxdev/brewkit/download-build-artifact@revert-upload
- uses: pkgxdev/brewkit/download-build-artifact@v1
id: dl
with:
pkg: ${{ inputs.pkg }}
Expand Down

0 comments on commit 90b5339

Please sign in to comment.