Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-14 05:19:06 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-10-14 06:36:24 +0300
commit1f5d0d57f9ab6d3d99f76c709bd560b2b659a362 (patch)
treee4c008234eb9b466919be0935b1950c975830f65
parent356e79b3cdc553db047b46e0d5ebfb8c10d746a5 (diff)
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/analysis.yml4
-rw-r--r--.github/workflows/linux.yml4
-rw-r--r--.github/workflows/macos.yml8
-rw-r--r--.github/workflows/pvs-studio.yml2
-rw-r--r--.github/workflows/windows-msvc.yml2
-rw-r--r--.github/workflows/windows-msys2.yml6
6 files changed, 13 insertions, 13 deletions
diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml
index 7dd37eb0c..af562639d 100644
--- a/.github/workflows/analysis.yml
+++ b/.github/workflows/analysis.yml
@@ -107,7 +107,7 @@ jobs:
mv build/meson-logs/scanbuild report
- name: Upload report
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: clang-analysis-report
path: report
@@ -200,7 +200,7 @@ jobs:
run: ./.github/scripts/run-sanitizers.sh build sanitizer-logs
- name: Upload logs
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: ${{ matrix.conf.logs }}
path: sanitizer-logs
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 2af516346..bd65b2a9d 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -259,7 +259,7 @@ jobs:
clamscan --heuristic-scan-precedence=yes --recursive --infected .
- name: Upload tarball
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
# GitHub automatically zips the artifacts (there's no way to create
# a tarball), and it removes all executable flags while zipping.
# Letting it zip a tarball preserves flags in the compressed files.
@@ -290,7 +290,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
NEWEST_TAG=$(git describe --abbrev=0)
git log "$NEWEST_TAG..HEAD" > changelog-$VERSION.txt
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
with:
# Keep exactly this artifact name; it's being used to propagate
# version info via GitHub REST API
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index c5b4d970f..3c79d1291 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -251,13 +251,13 @@ jobs:
meson compile -C build
- name: Upload binary
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: dosbox-${{ matrix.runner.arch }}
path: build/dosbox
- name: Upload resources
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: Resources
path: Resources
@@ -315,7 +315,7 @@ jobs:
clamscan --heuristic-scan-precedence=yes --recursive --infected dist || true
- name: Upload disk image
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
# GitHub automatically zips the artifacts, and there's no option
# to skip it or upload a file only.
with:
@@ -344,7 +344,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
NEWEST_TAG=$(git describe --abbrev=0)
git log "$NEWEST_TAG..HEAD" > changelog-$VERSION.txt
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
with:
# Keep exactly this artifact name; it's being used to propagate
# version info via GitHub REST API
diff --git a/.github/workflows/pvs-studio.yml b/.github/workflows/pvs-studio.yml
index 84be302e1..625856e77 100644
--- a/.github/workflows/pvs-studio.yml
+++ b/.github/workflows/pvs-studio.yml
@@ -102,7 +102,7 @@ jobs:
"${log}"
- name: Upload report
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: pvs-analysis-report
path: pvs-report
diff --git a/.github/workflows/windows-msvc.yml b/.github/workflows/windows-msvc.yml
index d284cfa38..ee028c0ea 100644
--- a/.github/workflows/windows-msvc.yml
+++ b/.github/workflows/windows-msvc.yml
@@ -245,7 +245,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
NEWEST_TAG=$(git describe --abbrev=0)
git log "$NEWEST_TAG..HEAD" > changelog-$VERSION.txt
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
with:
# Keep exactly this artifact name; it's being used to propagate
# version info via GitHub REST API
diff --git a/.github/workflows/windows-msys2.yml b/.github/workflows/windows-msys2.yml
index 4a5b1b719..a0f780ea2 100644
--- a/.github/workflows/windows-msys2.yml
+++ b/.github/workflows/windows-msys2.yml
@@ -348,13 +348,13 @@ jobs:
C:\PROGRA~2\INNOSE~1\ISCC.exe DOSBox-Staging-setup.iss
- name: Upload package
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: ${{ env.PKG_RELEASE }}
path: ${{ env.PKG_RELEASE }}
- name: Upload installer
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: dosbox-staging-${{ env.version_number }}-setup.exe
path: ${{ github.workspace }}\out\dosbox-staging-${{ env.version_number }}-setup.exe
@@ -382,7 +382,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
NEWEST_TAG=$(git describe --abbrev=0)
git log "$NEWEST_TAG..HEAD" > changelog-$VERSION.txt
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
with:
# Keep exactly this artifact name; it's being used to propagate
# version info via GitHub REST API