Skip to content

Commit 2b74dbf

Browse files
authored
Merge pull request #20 from simplesamlphp/dependabot/github_actions/all-actions-985357984d
Bump the all-actions group with 2 updates
2 parents 1e2f1c6 + 4d211d4 commit 2b74dbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Save coverage data
100100
if: ${{ matrix.php-versions == '8.5' && matrix.jwt-version == '^4.0.2' }}
101-
uses: actions/upload-artifact@v6
101+
uses: actions/upload-artifact@v7
102102
with:
103103
name: coverage-data
104104
path: ${{ github.workspace }}/build
@@ -266,7 +266,7 @@ jobs:
266266
steps:
267267
- uses: actions/checkout@v6
268268

269-
- uses: actions/download-artifact@v7
269+
- uses: actions/download-artifact@v8
270270
with:
271271
name: coverage-data
272272
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)