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](https://github.com/actions/upload-artifact/compare/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>
This commit is contained in:
dependabot[bot]
2026-02-27 22:45:20 +00:00
committed by Dion Moult
parent 0ce60f5061
commit 5a27ec9814
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ jobs:
- name: Upload Build Logs - name: Upload Build Logs
if: always() if: always()
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v7
with: with:
name: build-logs-osx-${{ matrix.arch }} name: build-logs-osx-${{ matrix.arch }}
path: | path: |
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
- name: Upload Build Logs - name: Upload Build Logs
if: always() if: always()
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v7
with: with:
name: build-logs-pyodide name: build-logs-pyodide
path: | path: |
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
- name: Upload Build Logs - name: Upload Build Logs
if: always() if: always()
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v7
with: with:
name: build-logs-rocky name: build-logs-rocky
path: | path: |
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
- name: Upload Build Logs - name: Upload Build Logs
if: always() if: always()
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v7
with: with:
name: build-logs-rocky-arm64 name: build-logs-rocky-arm64
path: | path: |
+1 -1
View File
@@ -73,7 +73,7 @@ jobs:
make package make package
working-directory: build working-directory: build
- name: Upload - name: Upload
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v7
with: with:
# Artifact name # Artifact name
name: ifcos-artifacts name: ifcos-artifacts