Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#26)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 39132fe commit c9728ca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/expiredDomains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
echo "$NUMBER_OF_KAD_JOBS"
numberParts="$NUMBER_OF_KAD_JOBS" ./scripts/CI/CI_LETS_DO_THIS.py KAD
numberParts="$NUMBER_OF_KADHOSTS_JOBS" ./scripts/CI/CI_LETS_DO_THIS.py KADhosts
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: E_KAD_S
path: |
split/KAD_*
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: E_KADH_S
path: |
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
echo "$(./scripts/CI/getFileListForED.sh $KADfile)" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
echo "currentKADName=E_$KADfile" >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ env.currentKADName }}
path: |
Expand All @@ -92,7 +92,7 @@ jobs:
echo "$(./scripts/CI/getFileListForED.sh $KADHfile)" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
echo "currentKADHName=E_$KADHfile" >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ env.currentKADHName }}
path: |
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
PAF_scrolling_videos_supp \
PAF_tagged_internal_links)" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: E_PAF
path: |
Expand All @@ -143,7 +143,7 @@ jobs:
echo 'E_SOCIAL<<EOF' >> $GITHUB_ENV
echo "$(./scripts/CI/getFileListForED.sh polish_rss_filters polish_rss_filters_supp adblock_social_list social_filters_uB_AG)" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: E_SOCIAL
path: |
Expand All @@ -159,7 +159,7 @@ jobs:
echo 'E_COOKIES<<EOF' >> $GITHUB_ENV
echo "$(./scripts/CI/getFileListForED.sh adblock_cookies cookies_uB_AG)" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: E_COOKIES
path: |
Expand All @@ -184,7 +184,7 @@ jobs:
echo 'E_KAD<<EOF' >> $GITHUB_ENV
echo "$(./scripts/CI/getFileListForED.sh KAD)" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: E_KAD
path: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,27 @@ jobs:
touch ./expired-d/test-3.txt
touch ./expired-d/test-4.txt
touch ./expired-d/test-5.txt
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: E_KAD_01
path: |
expired-d/test-1.txt
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: E_KAD_02
path: |
expired-d/test-2.txt
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: E_KAD_03
path: |
expired-d/test-3.txt
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: E_KAD_04
path: |
expired-d/test-4.txt
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: E_KAD_05
path: |
Expand Down

0 comments on commit c9728ca

Please sign in to comment.