Skip to content

Commit 468cb50

Browse files
authored
Merge pull request #10 from 1kbgz/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 216dee3 + 85d673f commit 468cb50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
FSSPEC_S3_ENDPOINT_URL: ${{ secrets.FSSPEC_S3_ENDPOINT_URL }}
5858

5959
- name: Upload test results (Python)
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v5
6161
with:
6262
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
6363
path: junit.xml
@@ -79,7 +79,7 @@ jobs:
7979
run: make dist
8080
if: ${{ matrix.os == 'ubuntu-latest' }}
8181

82-
- uses: actions/upload-artifact@v4
82+
- uses: actions/upload-artifact@v5
8383
with:
8484
name: dist-${{matrix.os}}
8585
path: dist

0 commit comments

Comments
 (0)